projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8a3805
)
*** empty log message ***
author
Kim F. Storm
<storm@cua.dk>
Mon, 21 Jun 2004 22:35:00 +0000
(22:35 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Mon, 21 Jun 2004 22:35:00 +0000
(22:35 +0000)
src/ChangeLog
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index aac7f9f0895abe2f33ec1340b743b98aef00ffcf..ce5d2e57b54dbeb4395c7f56aa64d6cb450a27e0 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,11
@@
+2004-06-22 Kim F. Storm <storm@cua.dk>
+
+ * lisp.h (SAFE_ALLOCA_LISP): New macro to allocate Lisp_Objects.
+ Temporarily inhibits GC if memory is xmalloc'ed, as the Lisp_Objects
+ in that memory area are unknown to GC. Add comments.
+
+ * fns.c (Fmapconcat, Fmapcar): Use SAFE_ALLOCA_LISP.
+
2004-06-21 Kim F. Storm <storm@cua.dk>
* lisp.h (MAX_ALLOCA): Define here.